AutoExpandSelection Property (DropDown<T>)
In This Topic
Gets or sets a value that indicates whether the control should automatically expand the selection to whole words/numbers when the control is clicked.
Syntax
'Declaration
Public Overridable Property AutoExpandSelection As System.Boolean
'Usage
Dim instance As DropDown(Of T)
Dim value As System.Boolean
instance.AutoExpandSelection = value
value = instance.AutoExpandSelection
public virtual System.bool AutoExpandSelection {get; set;}
public read-write property AutoExpandSelection: System.Boolean; virtual;
public function get,set AutoExpandSelection : System.boolean
public: __property virtual System.bool get_AutoExpandSelection();
public: __property virtual void set_AutoExpandSelection(
System.bool value
);
public:
virtual property System.bool AutoExpandSelection {
System.bool get();
void set ( System.bool value);
}
See Also